projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69407fc
)
Undefine _WINSOCKAPI_.
author
Andrew Innes
<andrewi@gnu.org>
Mon, 1 Jun 1998 14:01:14 +0000
(14:01 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 1 Jun 1998 14:01:14 +0000
(14:01 +0000)
lib-src/ntlib.h
patch
|
blob
|
history
diff --git
a/lib-src/ntlib.h
b/lib-src/ntlib.h
index 385db6dba64c23b24449376ff6cc93343a3f641e..2a7ccbb79b721279c7816e87f001d7ff8fb87349 100644
(file)
--- a/
lib-src/ntlib.h
+++ b/
lib-src/ntlib.h
@@
-51,7
+51,7
@@
int fchown (int fd, int uid, int gid);
#define bcmp(a, b, l) memcmp(a, b, l)
#endif
-/* redirect or undo interceptions by config.h */
+/* redirect or undo interceptions
created
by config.h */
#undef access
#define access _access
#undef chdir
@@
-111,4
+111,7
@@
int fchown (int fd, int uid, int gid);
#define index strchr
#define rindex strrchr
+/* Make standard winsock definitions available if needed. */
+#undef _WINSOCKAPI_
+
/* end of ntlib.h */